home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
util
/
boot
/
ShowAmiga96.lha
/
ShowAmiga96
/
InstallShowAmiga96
< prev
next >
Wrap
Text File
|
1998-01-17
|
16KB
|
577 lines
(set #nohelp "Keine Hilfe verfügbar")
(set #mainpath "C:")
(set #closepath "Sys:WBstartup/")
(set #prefspath "Sys:Prefs/")
(set #dokupath "HELP:")
(set #driverpath "DEVS:Monitors/")
(set #editsseq "c/editsseq ")
;=============================================================================
; English strings
;=============================================================================
(if
(= @language "english")
(
(set #startupmsg1
(cat
"\n\n\nWelcome to ShowAmiga96 V1.2, the somewhat other bootpic-viewer."
"\n\n\n\n\nThis software is subject to the \"Standard Amiga FD-Software Copyright Note\"."
"\nIt is MAILWARE as defined in paragraph 4b."
"\nFor more information please read "AFD-COPYRIGHT" (Version 1 or higher)."
)
)
(set #getpath1 "Please choose directory for the mainprogram (ShowAmiga96)."
)
(set #getpath2 "Please choose directory for the closer (ShowAmiga96_Close)."
)
(set #getpath3 "Please choose directory for the preferences-program (ShowAmiga96_Prefs)."
)
(set #getpath4 "Please choose directory for the documentation."
)
(set #getdoku1 "Which documentations should be copied?"
)
(set #getdoku2 "Textfile"
)
(set #getdoku22 "AmigaGuide"
)
(set #getdoku3 "HTML-directory"
)
(set #copy1 "Copying mainprogram..."
)
(set #copy2 "Copying closer..."
)
(set #copy3 "Copying preferences-program..."
)
(set #copy4 "Copying textfiles..."
)
(set #copy44 "Copying Guide..."
)
(set #copy5 "Copying HTML-directory..."
)
(set #afdfile "Docs/AFD-COPYRIGHT"
)
(set #textfile "Docs/ShowAmiga96_E.txt"
)
(set #guidefile "Docs/ShowAmiga96_E.guide"
)
(set #htmlfile "#?_E.htm#?"
)
(set #getdriver
(cat
"To show the bootpic as early as possible, ShowAmiga96 has to start the "
"Picasso96-monitordriver by itself.\nPlease select the Picasso96-monitordriver."
)
)
(set #startupmsg3 "\nAdjusting ShowAmiga96-basepreferences..."
)
(set #startupmsg4
(cat
"\nThe installation has been completed.\n\nAfter a reset you can "
"enjoy your new bootpic. If problems occur, dont´t hesitate to contact "
"me :-)\n\n"
"Heiko Müller\n"
"Ernst-Reuter-Str. 8\n"
"31275 Lehrte\n"
"Germany\n\n"
"hmueller@online.de"
)
)
(set #startupmsg5
(cat
"\nDo you want to start the prefs-program now?\n\n"
"(It´s recommended to check the installation.)"
)
)
(set #tooltype1 "\nAdjusting prefs-tooltypes..."
)
(set #nodriver1 "\nThe file \""
)
(set #nodriver2 "\" couldn´t be opened! Please select an existing one."
)
(set #workmsg1 "\nEditing startup-sequence..."
)
(set #startupmsg6
(cat
"\nThe installer inserts the ShowAmiga96-call into the startup-sequence. "
"A backup file called \"Startup-Sequence.SA96\" will be created in S:.\n\n"
"If necessary, you can edit the startup-sequence yourself later, but "
"please read the documentation!!!"
)
)
(set #help1
(cat
"\nThe mainprograms part is showing the bootpic from the startup-sequence. "
"Its place should be in c:."
)
)
(set #help2
(cat
"\nThe closer fades out the bootpic and closes the Picasso96-screen. "
"It should be called at the end of WBstartup."
)
)
(set #help3 "\nThe prefs-program should be placed in the Prefs-Drawer."
)
(set #help4
(cat
"\nYou can select the type of documentation (textfile / AmigaGuide-file) which "
"shound be copied. The destination directory will be chosen in the next step."
)
)
(set #help5
(cat
"\nWhile ShowAmiga96 owns no own directory, the documentation-files have to be "
"installed in the system-help-directory."
; If you select the HTML-docs a new "
; "directory (ShowAmiga96) in be created."
)
)
(set #help6
(cat
"\nShowAmiga96 opens its screen before the monitordrivers from DEVS:Monitors are loaded. "
"That´s the reason why ShowAmiga96 has to start the Picasso96-driver itself, all other "
"monitordrivers are loaded a bit later. To pick the correct P96-driver, the installer "
"needs your help."
)
)
(set #help7
(cat
"\nThe installer is able to modifiy the startup-sequence itself. If you have changed the file "
"too much or if you want to start ShowAmiga96 sonetimes later, you can skip this part and enter "
"the call by hand. (Please pay attention to the dokumentation)"
)
)
(set #help8
(cat
"\nEven if you don´t want to change the configuration now, you should start the prefs-program anyway. "
"Simply press the Test-Button and if you get an error-message consult the dokumentation."
)
)
)
)
;=============================================================================
; German strings
;=============================================================================
(if
(= @language "deutsch")
(
(set #startupmsg1
(cat
"\n\n\nWillkommen zu ShowAmiga96 V1.2, dem etwas anderen Bootbild-Anzeiger."
"\n\n\n\n\nDiese Software unterliegt der \"Standard Amiga FD-Software Copyright Note\"."
"\nSie ist MAILWARE wie definiert in Absatz 4b."
"\nFür mehr Informationen lies bitte "AFD-COPYRIGHT" (Version 1 oder höher)."
)
)
(set #getpath1 "Bitte wählen Sie das Verzeichnis für das Hauptprogramm (ShowAmiga96) aus."
)
(set #getpath2 "Bitte wählen Sie das Verzeichnis für das Schließprogramm (ShowAmiga96_Close) aus."
)
(set #getpath3 "Bitte wählen Sie das Verzeichnis für das Einstellungsprogramm (ShowAmiga96_Prefs) aus."
)
(set #getpath4 "Bitte wählen Sie das Verzeichnis für die Anleitung aus."
)
(set #getdoku1 "Welche Anleitungen sollen kopiert werden?"
)
(set #getdoku2 "Textdatei"
)
(set #getdoku22 "AmigaGuide"
)
(set #getdoku3 "HTML-Verzeichnis"
)
(set #copy1 "Kopiere Hauptprogramm..."
)
(set #copy2 "Kopiere Schließprogramm..."
)
(set #copy3 "Kopiere Einstellungsprogramm..."
)
(set #copy4 "Kopiere Textdateien..."
)
(set #copy44 "Kopiere Guide..."
)
(set #copy5 "Kopiere HTML-Verzeichnis..."
)
(set #afdfile "Docs/AFD-COPYRIGHT.de"
)
(set #textfile "Docs/ShowAmiga96_D.txt"
)
(set #guidefile "Docs/ShowAmiga96_D.guide"
)
(set #htmlfile "#?_D.htm#?"
)
(set #getdriver
(cat
"Um möglichst frühzeitig das Bootbild "
"anzeigen zu können, muß ShowAmiga96 das Starten des Picasso96-Monitortreibers selbst "
"übernehmen.\nBitte wählen Sie jetzt den Picasso96-Monitortreiber aus:"
)
)
(set #startupmsg3 "\nPasse ShowAmiga96-Grundeinstellungen an..."
)
(set #startupmsg4
(cat
"\nDie Installation ist jetzt abgeschlossen.\n\nNach einem Neustart können "
"Sie sich an Ihrem neuen Bootbild erfreuen. Sollten Probleme auftreten, "
"so ist sicherlich das entsprechende Kapitel in der Anleitung hilfreich. "
"Ansonsten bin ich ja auch noch da ;-)\n\n"
"Heiko Müller\n"
"Ernst-Reuter-Str. 8\n"
"31275 Lehrte\n\n"
"hmueller@online.de"
)
)
(set #startupmsg5
(cat
"\nMöchten Sie jetzt das Prefs-Programm starten?\n\n"
"(Empfiehlt sich auch zum Testen der Installation.)"
)
)
(set #tooltype1 "\nÄndere Prefs-Tooltypes..."
)
(set #nodriver1 "\nDie angegebene Datei \""
)
(set #nodriver2 "\" existiert nicht! Wählen Sie bitte eine vorhandene Datei."
)
(set #workmsg1 "\nTrage ShowAmiga96-Aufruf in Startup-Sequence ein..."
)
(set #startupmsg6
(cat
"\nDas Installationsprogramm fügt jetzt den ShowAmiga96-Aufruf in die "
"Startup-Sequence ein. Eine Sicherungskopie wird unter dem Namen "
"\"Startup-Sequence.SA96\" in S: angelegt.\n\n"
"Wenn Sie wollen, können Sie die Änderung später auch von Hand vornehmen, "
"aber dabei unbedingt die Anleitung beachten!!!"
)
)
(set #ask
(cat
"\nMöchten Sie jetzt das Prefs-Programm starten?\n\n"
"(Empfiehlt sich auch zum Testen der Installation.)"
)
)
(set #help1
(cat
"\nDas Hauptprogramm wird vorzugsweise in der Startup-Sequence aufgerufen und "
"übernimmt das Anzeigen des Bildes. Normalerweise wird es in C: kopiert."
)
)
(set #help2
(cat
"\nDas Schließprogramm blendet das Bootbild aus und schließt den Picasso96-Bildschirm. "